From ee40309e97290d1bb768b11602a1a065f9562f65 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 17 Apr 2006 19:46:16 +0000 Subject: [PATCH] Ooopsy. Errors in testo really _should_ be fatal. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1904 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/testo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/testo b/gpsbabel/testo index bd7729a70..9dc778743 100755 --- a/gpsbabel/testo +++ b/gpsbabel/testo @@ -30,7 +30,7 @@ compare() { ${DIFF} $* || { echo ERROR comparing $* -# exit 1 + exit 1 } } -- 2.30.2